github.com/klauspost/compress/zstd.seqVals.mo (field)
9 uses
github.com/klauspost/compress/zstd (current package)
seqdec.go#L24: ll, ml, mo int
seqdec.go#L145: if seq.mo > t+len(hist) || seq.mo > s.windowSize {
seqdec.go#L147: return fmt.Errorf("match offset (%d) bigger than current history (%d)", seq.mo, t+len(hist))
seqdec.go#L151: dictO := len(s.dict) - (seq.mo - (t + len(hist)))
seqdec.go#L153: return fmt.Errorf("match offset (%d) bigger than current history+dict (%d)", seq.mo, t+len(hist)+len(s.dict))
seqdec.go#L169: if v := seq.mo - t; v > 0 {
seqdec.go#L186: start := t - seq.mo
seqdec_amd64.go#L371: seqs[ctx.seqIndex].mo, ctx.outPosition+len(hist))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |